From: Matthias Clasen Date: Thu, 30 Dec 2021 14:59:38 +0000 (-0500) Subject: 4.6.0 X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~91^2^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=70cb61fb7104c76a15bc6494a10e6ff1d470f6d8;p=gtk4.git 4.6.0 --- diff --git a/NEWS b/NEWS index ef48bf0bb1..ef51fbbd46 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +Overview of Changes +=================== + +* GtkProgressBar: + - Fix handling of "inverted" + +* GtkLabel: + - Add a "natural wrap mode" property to influence how + natural width is determined + +* GtkTextView + - Scroll insertion on-screen after undo / redo + +* gsk: + - Abort region diffing when changes are too complex + +* gdk: + - Avoid compressing discrete scroll events + - Fix problems with hiding windows + - Improve GL and GLES version checks + +* Wayland: + - Support new high-contrast setting + +* Inspector: + - Add DND inspection support + +* build: + - Avoid deprecated meson apis + +* Translation updates + Galician + Portuguese + Ukrainian + + Overview of Changes in 4.5.1, 16-12-2021 ======================================== diff --git a/meson.build b/meson.build index c957835b39..c5fbed6ea3 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.5.1', + version: '4.6.0', default_options: [ 'buildtype=debugoptimized', 'warning_level=1', diff --git a/testsuite/tools/validate-data/invalid5.expected b/testsuite/tools/validate-data/invalid5.expected index fac31b7788..e9d2c561ae 100644 --- a/testsuite/tools/validate-data/invalid5.expected +++ b/testsuite/tools/validate-data/invalid5.expected @@ -1 +1 @@ -invalid5.ui:3:1 Required GTK version 5.10, current version is 4.5 +invalid5.ui:3:1 Required GTK version 5.10, current version is 4.6